home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00041_button 5.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  226 b   |  12 lines

  1. on mouseUp
  2.   silence()
  3.   set the movieTime of sprite 34 to 0
  4.   set the stopTime of sprite 34 to 200
  5.   set the movieRate of sprite 34 to -1
  6.   if the frame > 1900 then
  7.     go("mixera")
  8.   else
  9.     play frame "mixer"
  10.   end if
  11. end
  12.